bitkeeper revision 1.1744 (42baac12VHiYuszqWxXm5lsjjqZq4g)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 23 Jun 2005 12:33:22 +0000 (12:33 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 23 Jun 2005 12:33:22 +0000 (12:33 +0000)
This patch fixes some wrong comment in STE policy code.

Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
xen/acm/acm_simple_type_enforcement_hooks.c

index 17e75deca8f3309b454722dbbeab19fec4ca8c75..6606c53a73348371dd4cc58d88978f73d93d53d2 100644 (file)
@@ -31,7 +31,7 @@
 #include <asm/atomic.h>
 #include <acm/acm_endian.h>
 
-/* local cache structures for chinese wall policy */
+/* local cache structures for STE policy */
 struct ste_binary_policy ste_bin_pol;
 
 static inline int have_common_type (ssidref_t ref1, ssidref_t ref2) {
@@ -66,7 +66,7 @@ static int share_common_type(struct domain *subj, struct domain *obj)
 }
 
 /*
- * Initializing chinese wall policy (will be filled by policy partition
+ * Initializing STE policy (will be filled by policy partition
  * using setpolicy command)
  */
 int acm_init_ste_policy(void)